home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / pdxwn693.zip / README.TXT < prev    next >
Text File  |  1993-06-02  |  8KB  |  175 lines

  1.             README.TXT for Database Table Reporter (DTR) version 1.04
  2.             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. ------------------------------------------------------------------------------
  5.      Database Table Reporter is Copyright (c) 1993 by VS Toolbox Software
  6.                             - All Rights Reserved -
  7.  
  8. Welcome to the land of FREEWARE!  This Paradox for Windows (PfW) program is
  9. brought to you FREE, but ONLY for your PERSONAL, not-for-profit use.  You may
  10. NOT build upon this program or remove major sections of code and then re-sell
  11. it in any way, shape or form.
  12. ------------------------------------------------------------------------------
  13.  
  14.  
  15. The Database Table Reporter started out as an "afternoon project" in March
  16. and has grown into it's current state.  And I thought PfW and OPAL would be
  17. simple since, I've had many years of experience working with Paradox DOS and
  18. PAL!  Even though it's hard at first, it can sure be lots of fun.
  19.  
  20. Not only will this program offer you some REAL value, in providing you with
  21. useful Table documentation, but it encapsulates many hours of my personal
  22. trial-and-error techniques to find out what works and what doesn't.  Along
  23. with several hundred dollars invested in on-line PdoxWin forum messaging with
  24. the very helpful Borland Technical Support personnel and other forum members.
  25. My hat is off to all who have trodden the OPAL path before me!!  I just hope
  26. they keep sharing their knowledge, as they are able to, just as I am doing via
  27. this program.
  28.  
  29. ******************************************************************************
  30. * If you like DTR I would be very pleased to receive a "donation" from you,  *
  31. * which will be used to offset my "research" expenses (CI$ bill).            *
  32. *                              Please send to:                               *
  33. *                                                                            *
  34. *                                Don Goyette                                 *
  35. *                            VS Toolbox Software                             *
  36. *                         3908 Midsummer Lane North                          *
  37. *                      Colorado Springs, CO  80917-3506                      *
  38. ******************************************************************************
  39.  
  40. If you find any nasty little "bugs", OR, if you code a great new report that
  41. you would like to see included in a future version of DTR, please leave me a
  42. note on CompuServe at ID# 71601,3624.
  43.  
  44. In conclusion, I certainly hope you find DTR to be not only a useful program,
  45. but educational as well!  Enjoy...
  46.  
  47.  
  48. Sincerely,
  49.  
  50. Don Goyette
  51.  
  52.  
  53. P.S. Future versions of DTR will contain many more reports and functions, as
  54. my patience, time and funds allow.  When new versions are uploaded to the
  55. forum library, they will automatically replace previous versions, so keep an
  56. eye on the version # in the file description field of the library entry.
  57.  
  58.                           INSTALLATION AND STARTUP
  59.                           ~~~~~~~~~~~~~~~~~~~~~~~~
  60.  
  61. Simply unzip this file (DTR.ZIP), using PKUNZIP, into a directory of it's own
  62. (Paradox likes that) OR into your Paradox for Windows "utility program"
  63. directory ONLY if you are sure there won't be a conflict with the any of the
  64. filenames listed below.
  65.  
  66.    1. Run Paradox for Windows,
  67.  
  68.    2. Change your Working Directory to the one you unzipped DTR into, and
  69.  
  70.    3. Open any DTR Form (the program will always start at the main Form,
  71.       regardless of which Form you initially select).
  72.  
  73.       The main start-up form displays simple instructions for using DTR and the
  74.       on-line Help/Information window provides even more info.
  75.  
  76.    4. To exit the program, simply select File/Exit from the menu bar.
  77.  
  78.  
  79.  
  80. ------------------------------------------------------------------------------
  81.                         ZIP file contents of DTR.ZIP
  82.                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  83.  
  84. Database Tables and related files:
  85.    REPORTS.DB.........Contains the names of built-in reports.
  86.    REPORTS.VAL........Value checks for the REPORTS table.
  87.    REPORTS.PX.........Primary Index file for the REPORTS table.
  88.  
  89.  
  90. UN-Delivered Forms:
  91.    ABOUT.FSL..........The pop-up "About" dialog box.
  92.    HELP.FSL...........The pop-up "Help" window.
  93.    TBLRPTS.FSL........The main Database Table Reporter form.
  94.  
  95.  
  96. UN-Delivered Reports:
  97.    FIELDLST.RSL.......The FieldLst "report".
  98.  
  99.  
  100. PrintString (PrtStr) files:
  101.    PRTSTR.DLL.........Shareware version of our PrintString Windows DLL.
  102.    REGISTER.TXT.......Registration form for the PrtStr DLL.
  103.  
  104.  
  105. Other files:
  106.    DTRLIB.LSL.........UN-Delivered ObjectPAL library routines for DTR.
  107.    README.TXT.........This file.
  108.  
  109.                           VERSION HISTORY AND NOTES
  110.                           ~~~~~~~~~~~~~~~~~~~~~~~~~
  111.  
  112. 1.05 - Release Date: 6/2/93
  113. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  114.   * Fixed problem that wouldn't allow access of table via a directory path
  115.     which were outside of the WORKing directory.
  116.  
  117.  
  118. 1.04 - Release Date: 5/10/93
  119. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  120.   * Modified the FieldLst report to include Referential Integrity Information.
  121.  
  122.   * Created a Windows DLL in order to allow this application (and other PfW
  123.     apps) to print text directly to the default Windows printer.  The file is
  124.     named PRTSTR.DLL and is a Shareware version.
  125.  
  126.   * Replaced the FieldLst report's Secondary Index Info table frame with an
  127.     ObjectPAL controlled printout to properly list the subordinate fields to
  128.     each Secondary Index.
  129.  
  130.   * Modified the FieldLst report to include DOS File Statistics, which
  131.     includes DOS filename, size, date & time of last modification and total
  132.     size for all DOS files related to the 'base' table (.DB, .MB, .PX, .Xnn,
  133.     .Ynn, .XGn and .YGn file extensions).
  134.  
  135.   * Moved the encrypted table password entry code into a Library, which can be
  136.     used by other applications.  The new library file is DTRLIB.LSL.
  137.  
  138.  
  139. 1.03 - Release Date: 4/17/93
  140. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141.   * Fixed a multi-table selection bug - would re-print the first table Fields.
  142.     This was only a problem in version 1.02 (with Secondary Index Info).
  143.  
  144.   * Added check for .DBF files, since DTR doesn't handle them yet and the user
  145.     can override the PfW Browser default selections.
  146.  
  147.   * Added "Password Protected?" field to Field List report.
  148.  
  149.   * Changed the way the current Table Name is passed to the report and
  150.     removed all old code (multi-stage process to print report).  It's now
  151.     passed via a table built on-the-fly (RPTVARS.DB), which also allows for
  152.     future expansion.  Now the report doesn't need to be loaded in "design"
  153.     mode and messing up the screen!
  154.  
  155.   * Centered the Secondary Index Info section on the Field List report.
  156.  
  157.   * Added a default value to the Report listbox of the main screen.
  158.  
  159.  
  160. 1.02 - Release Date: 4/14/93
  161. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  162.   * Fixed the PfW array errors by making it a "resizable" array.
  163.   * Main form is now Maximized (most of the time).
  164.   * Moved the Print Report|pushButton code to the Form's Proc area.
  165.   * Modified the Print Report|pushButton method to call an appropriate Proc.
  166.   * Modified the FIELDLST report to include Secondary Index Info.
  167.   * General clean-up of several method's code sections.
  168.   * Added more "status messages" to the table creation and report code.
  169.   * New library filename per sysop (DTR.ZIP) without a version #.
  170.  
  171.  
  172. 1.01 - Release Date: 4/10/93
  173. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  174.   * First CIS PdoxWin library upload.  (Released with known array error.)
  175.